home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9656 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  634 b 

  1. Path: connix.com!news
  2. From: Scott Hawley <shawley@connix.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: ** Disabling ctrl-C in C **
  5. Date: Tue, 12 Mar 1996 11:10:44 -0800
  6. Organization: SHAWLEY SYSTEMS
  7. Message-ID: <3145CC34.7C19@connix.com>
  8. References: <4hpbv3$6u@maltese.eag.unisysgsg.com>
  9. NNTP-Posting-Host: shawley.connix.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Try looking at the signal.h and 'signal' command. this is set up to
  16. trap any signal except a kill -9 which can not be trapped.
  17. Just call a routine to do nothing and return on a ctrl-c.
  18.